GrapeCity SPREAD for Windows Forms 11.0J
RowResizeUndoAction コンストラクタ(SheetView,RowHeightChangeExtents[],Int32,Boolean,Boolean)


シート
行の高さを変更する範囲の配列
サイズ
サイズ変更する行が列ヘッダ領域にあるかどうか
サイズ変更する行が列フッタ領域にあるかどうか
行のサイズ変更に対する新しい取り消しアクションを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal rows() As RowHeightChangeExtents, _
   ByVal size As Integer, _
   ByVal columnHeader As Boolean, _
   ByVal columnFooter As Boolean _
)
'使用法
 
Dim sheetView As SheetView
Dim rows() As RowHeightChangeExtents
Dim size As Integer
Dim columnHeader As Boolean
Dim columnFooter As Boolean
 
Dim instance As New RowResizeUndoAction(sheetView, rows, size, columnHeader, columnFooter)

パラメータ

sheetView
シート
rows
行の高さを変更する範囲の配列
size
サイズ
columnHeader
サイズ変更する行が列ヘッダ領域にあるかどうか
columnFooter
サイズ変更する行が列フッタ領域にあるかどうか
参照

RowResizeUndoAction クラス
RowResizeUndoAction メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.